BMP MAKE BITMAP
That command will create a new bitmap by entering directly its sizes in pixels.. You must enter the width and the height you want for the bitmap to be created. It work in the same way than CREATE BITMAP from default DarkBASIC Professional command set.

SYNTAX
BitmapNumber = BMP Make Bitmap( Width, Height)

ADDITIONAL INFORMATIONS
BITMAP Commands Menu
Index

SAMPLE
Demonstration Sample